home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Utilities / MView / mview.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  6.6 KB  |  303 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="mview"
  6.     ProjectGUID="{57B5FF9A-8350-4757-9939-C2DA5090136E}"
  7.     Keyword="Win32Proj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="1"
  18.             CharacterSet="2">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 AdditionalIncludeDirectories="gxu"
  23.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DBG"
  24.                 MinimalRebuild="TRUE"
  25.                 BasicRuntimeChecks="0"
  26.                 RuntimeLibrary="5"
  27.                 UsePrecompiledHeader="0"
  28.                 PrecompiledHeaderThrough=""
  29.                 WarningLevel="3"
  30.                 Detect64BitPortabilityProblems="TRUE"
  31.                 DebugInformationFormat="4"
  32.                 ShowIncludes="FALSE"/>
  33.             <Tool
  34.                 Name="VCCustomBuildTool"/>
  35.             <Tool
  36.                 Name="VCLinkerTool"
  37.                 AdditionalDependencies="libc.lib d3d9.lib d3dx9dt.lib dxerr8.lib winmm.lib comctl32.lib version.lib"
  38.                 OutputFile="$(OutDir)/mview.exe"
  39.                 LinkIncremental="2"
  40.                 IgnoreAllDefaultLibraries="TRUE"
  41.                 IgnoreDefaultLibraryNames=""
  42.                 GenerateDebugInformation="TRUE"
  43.                 ProgramDatabaseFile="$(OutDir)/mview.pdb"
  44.                 SubSystem="2"
  45.                 TargetMachine="1"/>
  46.             <Tool
  47.                 Name="VCMIDLTool"/>
  48.             <Tool
  49.                 Name="VCPostBuildEventTool"/>
  50.             <Tool
  51.                 Name="VCPreBuildEventTool"/>
  52.             <Tool
  53.                 Name="VCPreLinkEventTool"/>
  54.             <Tool
  55.                 Name="VCResourceCompilerTool"/>
  56.             <Tool
  57.                 Name="VCWebServiceProxyGeneratorTool"/>
  58.             <Tool
  59.                 Name="VCXMLDataGeneratorTool"/>
  60.             <Tool
  61.                 Name="VCWebDeploymentTool"/>
  62.             <Tool
  63.                 Name="VCManagedWrapperGeneratorTool"/>
  64.             <Tool
  65.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  66.         </Configuration>
  67.         <Configuration
  68.             Name="Release|Win32"
  69.             OutputDirectory="Release"
  70.             IntermediateDirectory="Release"
  71.             ConfigurationType="1"
  72.             CharacterSet="2">
  73.             <Tool
  74.                 Name="VCCLCompilerTool"
  75.                 Optimization="2"
  76.                 InlineFunctionExpansion="1"
  77.                 OmitFramePointers="TRUE"
  78.                 AdditionalIncludeDirectories="gxu"
  79.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  80.                 StringPooling="TRUE"
  81.                 RuntimeLibrary="4"
  82.                 EnableFunctionLevelLinking="TRUE"
  83.                 UsePrecompiledHeader="0"
  84.                 WarningLevel="3"
  85.                 Detect64BitPortabilityProblems="TRUE"
  86.                 DebugInformationFormat="3"/>
  87.             <Tool
  88.                 Name="VCCustomBuildTool"/>
  89.             <Tool
  90.                 Name="VCLinkerTool"
  91.                 AdditionalDependencies="d3d9.lib d3dx9d.lib dxerr8.lib winmm.lib comctl32.lib version.lib"
  92.                 OutputFile="$(OutDir)/mview.exe"
  93.                 LinkIncremental="1"
  94.                 GenerateDebugInformation="TRUE"
  95.                 SubSystem="2"
  96.                 OptimizeReferences="2"
  97.                 EnableCOMDATFolding="2"
  98.                 TargetMachine="1"/>
  99.             <Tool
  100.                 Name="VCMIDLTool"/>
  101.             <Tool
  102.                 Name="VCPostBuildEventTool"/>
  103.             <Tool
  104.                 Name="VCPreBuildEventTool"/>
  105.             <Tool
  106.                 Name="VCPreLinkEventTool"/>
  107.             <Tool
  108.                 Name="VCResourceCompilerTool"/>
  109.             <Tool
  110.                 Name="VCWebServiceProxyGeneratorTool"/>
  111.             <Tool
  112.                 Name="VCXMLDataGeneratorTool"/>
  113.             <Tool
  114.                 Name="VCWebDeploymentTool"/>
  115.             <Tool
  116.                 Name="VCManagedWrapperGeneratorTool"/>
  117.             <Tool
  118.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  119.         </Configuration>
  120.     </Configurations>
  121.     <References>
  122.     </References>
  123.     <Files>
  124.         <Filter
  125.             Name="GXU"
  126.             Filter="">
  127.             <File
  128.                 RelativePath="gxu\adjoutline.cpp">
  129.             </File>
  130.             <File
  131.                 RelativePath="gxu\adjoutline.h">
  132.             </File>
  133.             <File
  134.                 RelativePath="gxu\common.h">
  135.             </File>
  136.             <File
  137.                 RelativePath="gxu\crackdecl.cpp">
  138.             </File>
  139.             <File
  140.                 RelativePath="gxu\crackdecl.h">
  141.             </File>
  142.             <File
  143.                 RelativePath="gxu\d3darcball.cpp">
  144.             </File>
  145.             <File
  146.                 RelativePath="gxu\d3darcball.h">
  147.             </File>
  148.             <File
  149.                 RelativePath="gxu\d3dx8dbg.cpp">
  150.             </File>
  151.             <File
  152.                 RelativePath="gxu\d3dx8dbg.h">
  153.             </File>
  154.             <File
  155.                 RelativePath="gxu\d3dx9dbg.cpp">
  156.             </File>
  157.             <File
  158.                 RelativePath="gxu\edgeoutline.cpp">
  159.             </File>
  160.             <File
  161.                 RelativePath="gxu\edgeoutline.h">
  162.             </File>
  163.             <File
  164.                 RelativePath="gxu\filestrm.cpp">
  165.             </File>
  166.             <File
  167.                 RelativePath="gxu\filestrm.h">
  168.             </File>
  169.             <File
  170.                 RelativePath="gxu\gxattrib.h">
  171.             </File>
  172.             <File
  173.                 RelativePath="gxu\gxcrackfvf.h">
  174.             </File>
  175.             <File
  176.                 RelativePath="gxu\gxu.h">
  177.             </File>
  178.             <File
  179.                 RelativePath="gxu\loadmesh.cpp">
  180.             </File>
  181.             <File
  182.                 RelativePath="gxu\loadutil.cpp">
  183.             </File>
  184.             <File
  185.                 RelativePath="gxu\loadutil.h">
  186.             </File>
  187.             <File
  188.                 RelativePath="gxu\npatchoutline.cpp">
  189.             </File>
  190.             <File
  191.                 RelativePath="gxu\npatchoutline.h">
  192.             </File>
  193.             <File
  194.                 RelativePath="gxu\pchgxu.h">
  195.             </File>
  196.             <File
  197.                 RelativePath="gxu\showarcball.cpp">
  198.             </File>
  199.             <File
  200.                 RelativePath="gxu\showarcball.h">
  201.             </File>
  202.             <File
  203.                 RelativePath="gxu\shownormal.cpp">
  204.             </File>
  205.             <File
  206.                 RelativePath="gxu\shownormal.h">
  207.             </File>
  208.             <File
  209.                 RelativePath="gxu\stripoutline.cpp">
  210.             </File>
  211.             <File
  212.                 RelativePath="gxu\stripoutline.h">
  213.             </File>
  214.         </Filter>
  215.         <Filter
  216.             Name="Source Files"
  217.             Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  218.             <File
  219.                 RelativePath="d3dxapp.cpp">
  220.             </File>
  221.             <File
  222.                 RelativePath="dlgproc.cpp">
  223.             </File>
  224.             <File
  225.                 RelativePath="mdraw.cpp">
  226.             </File>
  227.             <File
  228.                 RelativePath="memdbg.cpp">
  229.             </File>
  230.             <File
  231.                 RelativePath="meshop.cpp">
  232.             </File>
  233.             <File
  234.                 RelativePath="mload.cpp">
  235.             </File>
  236.             <File
  237.                 RelativePath="mode.cpp">
  238.             </File>
  239.             <File
  240.                 RelativePath="mshape.cpp">
  241.             </File>
  242.             <File
  243.                 RelativePath="mview.cpp">
  244.             </File>
  245.             <File
  246.                 RelativePath="savemesh.cpp">
  247.             </File>
  248.             <File
  249.                 RelativePath="texture.cpp">
  250.             </File>
  251.             <File
  252.                 RelativePath="treeview.cpp">
  253.             </File>
  254.             <File
  255.                 RelativePath="util.cpp">
  256.             </File>
  257.             <File
  258.                 RelativePath="wndproc.cpp">
  259.             </File>
  260.         </Filter>
  261.         <Filter
  262.             Name="Header Files"
  263.             Filter="h;hpp;hxx;hm;inl;inc">
  264.             <File
  265.                 RelativePath="d3dxapp.h">
  266.             </File>
  267.             <File
  268.                 RelativePath="fpsmeter.h">
  269.             </File>
  270.             <File
  271.                 RelativePath="mview.h">
  272.             </File>
  273.             <File
  274.                 RelativePath="mviewpch.h">
  275.             </File>
  276.             <File
  277.                 RelativePath="resource.h">
  278.             </File>
  279.             <File
  280.                 RelativePath="skin.h">
  281.             </File>
  282.             <File
  283.                 RelativePath="treeview.h">
  284.             </File>
  285.             <File
  286.                 RelativePath="util.h">
  287.             </File>
  288.             <File
  289.                 RelativePath="xskinexptemplates.h">
  290.             </File>
  291.         </Filter>
  292.         <Filter
  293.             Name="Resource Files"
  294.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  295.             <File
  296.                 RelativePath="mview.rc">
  297.             </File>
  298.         </Filter>
  299.     </Files>
  300.     <Globals>
  301.     </Globals>
  302. </VisualStudioProject>
  303.